Update dependency indexeddbshim to v6 #2443
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0
->6.1.0
Release Notes
axemclion/IndexedDBShim
v6.1.0
Compare Source
browersify
/babelify
/mapstraction
process in favor ofgrunt-rollup
with plugins;reduces minified build size and expands non-minfiied size (so that
the source incorporated from
typeson
/typeson-registry
is notminified)
indexeddbshim-noninvasive.min.js
(182 KB -> 154 KB)indexeddbshim.min.js
(165 KB -> 137 KB)indexeddbshim-Key.min.js
(27.7 KB -> 16 KB)navigator.userAgent
even exists (avoid erringin React Native)
__forceClose
method with nullish value as name was not closingall connections
.eslintrc
file itself;enable other disabled rules
license-badger
routine)grunt-qunit-puppeteer
devDep. (slow to install)typeson-registry
(formodule
importing)package-lock.json
(needed bynpm audit
)yarn.lock
(having some difficulties installing everything)v6.0.1
Compare Source
storing certain types or combinations of types
CFG.fullIDLSupport
, revert setting of prototypes ofIDBCursor
,IDBKeyRange
,IDBIndex
,IDBObjectStore
,IDBFactory
to objects that serialize to[object ObjectPrototype]
v6.0.0
Compare Source
if needed for supported environments
CFG.fullIDLSupport
, ensure prototypes ofIDBCursor
,IDBKeyRange
,IDBIndex
,IDBObjectStore
,IDBFactory
areobjects that serialize to
[object ObjectPrototype]
do not inject
Object
on full IDL testsstructured-clone.any.js
to knownbadFiles
listMessageChannel
ImageData
package-lock.json
in favor ofyarn.lock
typeson-registry
(CauseEvent
andMessageChannel
tothrow upon attempted cloning); update
typeson
; bump devDeps andlocal copies
Renovate configuration
📅 Schedule: "before 3am on Friday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.